Skip to content

chore: upgrade sandbox dependencies and fix vulnerabilities#23

Merged
drew merged 4 commits intomainfrom
chore/upgrade-python313-openclaw-311
Mar 12, 2026
Merged

chore: upgrade sandbox dependencies and fix vulnerabilities#23
drew merged 4 commits intomainfrom
chore/upgrade-python313-openclaw-311

Conversation

@drew
Copy link
Collaborator

@drew drew commented Mar 12, 2026

Summary

Verification

After rebuilding, verify tar versions in the nemoclaw image:

docker run --rm --entrypoint /bin/bash <image> -c "npm ls -g tar"

drew added 4 commits March 12, 2026 09:01
…ive tar vulnerabilities

- base: replace Ubuntu Noble's Python 3.12 with Python 3.13 from deadsnakes PPA
- openclaw: pin openclaw@2026.3.11 to fix GHSA-5wcw-8jjv-m286 (WebSocket hijacking)
- nemoclaw: force-upgrade nested tar copies to 7.5.11 (GHSA-qffp-2rhf-9h96 et al.)
Incorporates changes from PR #22:
- openssh-sftp-server and procps are required for VS Code / Cursor remote
  SSH connections (SFTP file transfer, process inspection)
- tar@7.5.11 in the base image fixes 6 CVEs at the earliest layer
npm's bundled node_modules cannot be safely updated via --prefix; the
update resolves @npmcli/docs@^1.0.0 which does not exist on the
registry. The global tar@7.5.11 install and the openclaw-scoped update
are sufficient.
@drew drew merged commit f5bcb5a into main Mar 12, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant